home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 58
/
MINAMI58.ISO
/
Varios
/
Juegos Flash
/
Gold Yard.exe
/
scripts
/
frame_7
/
DoAction.as
Wrap
Text File
|
2003-04-29
|
806b
|
26 lines
a;
"c" < (b >= undefined) || 1();
soundtrack = new Sound(_root.soundtrack_movie);
_root.soundtrack.setVolume(50);
energy_color = new Color(_root.energy);
maps_color = new Color(_root.mapengine.maps);
var i = 1;
while(i < 20)
{
set("droid" add i add "_color",new Color("_root.droid" add i));
i++;
}
energy_transform = new Object();
energy_transform = {ra:"100",rb:"74",ga:"70",gb:"-33",ba:"60",bb:"-33",aa:"100",ab:"0"};
map_transform = new Object();
map_transform = {ra:"40",rb:"0",ga:"36",gb:"0",ba:"47",bb:"0",aa:"100",ab:"0"};
color_reset = new Object();
color_reset = {ra:"100",rb:"0",ga:"100",gb:"0",ba:"100",bb:"0",aa:"100",ab:"0"};
firsttime = 0;
gameover = 1;
map_switch = 0;
_root.arrow_up = 38;
_root.arrow_down = 40;
_root.arrow_right = 39;
_root.arrow_left = 37;